home *** CD-ROM | disk | FTP | other *** search
- E! for Windows - Technical Note #013
- ******************************************************
- Differences between Compile/Make/Rebuild and Debug/run
- ******************************************************
-
- In the Compile menu, the first group of commands (Compile/Make/Rebuild)
- always triggers the execution of EWX.EXE which is itself passed as a
- parameter to Windows WinExec API. This is necessary to retrieve the
- compiler's output. So, if your DOS command is very long you should
- account for "EWX.EXE " which will take additional space.
-
- The other commands (Run/Debug) pass your command directly to WinExec. E!
- will never try to capture the output of programs run with these commands.
-
- Patrick Philippot
- 05/15/94
-